[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GLOBAL           Defines a Global Symbol                        TASM Operator

  GLOBAL expression [, expression...]

     GLOBAL is a combination of EXTRN and PUBLIC. If expression is
     defined in the current file and defined GLOBAL, it is made PUBLIC.
     If it is not defined in the current file, it is declared as EXTRN.

     Each expression above has the format: NAME:TYPE [:COUNT].

See Also: EXTRN PUBLIC
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson